projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b86ed60
)
(eudc-ldap-simple-query-internal): Use mapc rather than mapcar.
author
Glenn Morris
<rgm@gnu.org>
Sat, 13 Oct 2007 03:02:15 +0000
(
03:02
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 13 Oct 2007 03:02:15 +0000
(
03:02
+0000)
lisp/net/eudcb-ldap.el
patch
|
blob
|
history
diff --git
a/lisp/net/eudcb-ldap.el
b/lisp/net/eudcb-ldap.el
index c484c590abff639704bd268aad70b8cbb47598e3..f286fe761c95a1144d4945594a37632019bcd8d9 100644
(file)
--- a/
lisp/net/eudcb-ldap.el
+++ b/
lisp/net/eudcb-ldap.el
@@
-130,7
+130,7
@@
RETURN-ATTRS is a list of attributes to return, defaulting to
(setq result (eudc-filter-partial-records result return-attrs)))
;; Apply eudc-duplicate-attribute-handling-method
(if (not (eq 'list eudc-duplicate-attribute-handling-method))
- (mapc
ar
+ (mapc
(function (lambda (record)
(setq final-result
(append (eudc-filter-duplicate-attributes record)